{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-easyshare-core",
      "artifactVersion": "2021.66.4",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "nuxeo-easyshare-core"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm",
        "id": "grp:org.nuxeo.ecm",
        "name": "org.nuxeo.ecm",
        "parentIds": [],
        "readmes": [],
        "version": "2021.66"
      },
      "bundleId": "nuxeo-easyshare-core",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService--openUrl",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.auth.contrib/Contributions/org.nuxeo.easyshare.auth.contrib--openUrl",
              "id": "org.nuxeo.easyshare.auth.contrib--openUrl",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService",
                "name": "org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"openUrl\" target=\"org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService\">\n  <openUrl name=\"EasyShare\">\n   <grantPattern>/nuxeo/site/easyshare/.*</grantPattern>\n  </openUrl>\n  <openUrl name=\"EasyShareSkins\">\n   <grantPattern>/nuxeo/site/skin/easyshare/.*</grantPattern>\n  </openUrl>\n  <openUrl name=\"EasyShareCss\">\n   <grantPattern>/nuxeo/site/skin/easyshare/css/.*</grantPattern>\n  </openUrl>\n  <openUrl name=\"EasyShareImages\">\n   <grantPattern>/nuxeo/site/skin/easyshare/image/.*</grantPattern>\n  </openUrl>\n </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.query.api.PageProviderService--providers",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.auth.contrib/Contributions/org.nuxeo.easyshare.auth.contrib--providers",
              "id": "org.nuxeo.easyshare.auth.contrib--providers",
              "registrationOrder": 5,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.query.api.PageProviderService",
                "name": "org.nuxeo.ecm.platform.query.api.PageProviderService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"providers\" target=\"org.nuxeo.ecm.platform.query.api.PageProviderService\">\n    <coreQueryPageProvider name=\"EASYSHARE_FOLDER_CONTENT_PP\">\n      <pattern>\n      <!-- Note: we want proxies.\n       Parameter is the EasyFolder id -->\n        SELECT * FROM Document WHERE ecm:parentId = ? AND ecm:isVersion = 0 AND\n        ecm:mixinType != 'HiddenInNavigation'\n        AND ecm:isTrashed = 0\n      </pattern>\n      <sort ascending=\"true\" column=\"dc:title\"/>\n      <pageSize>0</pageSize>\n      <maxPageSize>0</maxPageSize>\n    </coreQueryPageProvider>\n\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerService--sanitizer",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.auth.contrib/Contributions/org.nuxeo.easyshare.auth.contrib--sanitizer",
              "id": "org.nuxeo.easyshare.auth.contrib--sanitizer",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerService",
                "name": "org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"sanitizer\" target=\"org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerService\">\n    <sanitizer name=\"easyshare\">\n      <field>easysharefolder:shareComment</field>\n    </sanitizer>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.auth.contrib",
          "name": "org.nuxeo.easyshare.auth.contrib",
          "requirements": [],
          "resolutionOrder": 201,
          "services": [],
          "startOrder": 82,
          "version": "2021.66.4",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.easyshare.auth.contrib\">\n\n <extension point=\"openUrl\"\n  target=\"org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService\">\n  <openUrl name=\"EasyShare\">\n   <grantPattern>${org.nuxeo.ecm.contextPath}/site/easyshare/.*</grantPattern>\n  </openUrl>\n  <openUrl name=\"EasyShareSkins\">\n   <grantPattern>${org.nuxeo.ecm.contextPath}/site/skin/easyshare/.*</grantPattern>\n  </openUrl>\n  <openUrl name=\"EasyShareCss\">\n   <grantPattern>${org.nuxeo.ecm.contextPath}/site/skin/easyshare/css/.*</grantPattern>\n  </openUrl>\n  <openUrl name=\"EasyShareImages\">\n   <grantPattern>${org.nuxeo.ecm.contextPath}/site/skin/easyshare/image/.*</grantPattern>\n  </openUrl>\n </extension>\n\n  <extension target=\"org.nuxeo.ecm.platform.query.api.PageProviderService\" point=\"providers\">\n    <coreQueryPageProvider name=\"EASYSHARE_FOLDER_CONTENT_PP\">\n      <pattern>\n      <!-- Note: we want proxies.\n       Parameter is the EasyFolder id -->\n        SELECT * FROM Document WHERE ecm:parentId = ? AND ecm:isVersion = 0 AND\n        ecm:mixinType != 'HiddenInNavigation'\n        AND ecm:isTrashed = 0\n      </pattern>\n      <sort column=\"dc:title\" ascending=\"true\" />\n      <pageSize>0</pageSize>\n      <maxPageSize>0</maxPageSize>\n    </coreQueryPageProvider>\n\n  </extension>\n\n  <extension point=\"sanitizer\" target=\"org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerService\">\n    <sanitizer name=\"easyshare\">\n      <field>easysharefolder:shareComment</field>\n    </sanitizer>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/easyshare-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.schema.TypeService--schema",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.core.contrib/Contributions/org.nuxeo.easyshare.core.contrib--schema",
              "id": "org.nuxeo.easyshare.core.contrib--schema",
              "registrationOrder": 8,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.schema.TypeService",
                "name": "org.nuxeo.ecm.core.schema.TypeService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"schema\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n    <schema name=\"easysharefolder\" prefix=\"eshare\" src=\"data/schemas/easysharefolder.xsd\"/>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.schema.TypeService--doctype",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.core.contrib/Contributions/org.nuxeo.easyshare.core.contrib--doctype",
              "id": "org.nuxeo.easyshare.core.contrib--doctype",
              "registrationOrder": 8,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.schema.TypeService",
                "name": "org.nuxeo.ecm.core.schema.TypeService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"doctype\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n    <doctype extends=\"Folder\" name=\"EasyShareFolder\">\n      <facet name=\"Collection\"/>\n      <facet name=\"NotCollectionMember\"/>\n      <schema name=\"dublincore\"/>\n      <schema name=\"common\"/>\n      <schema name=\"easysharefolder\"/>\n      <schema name=\"uid\"/>\n    </doctype>\n    <doctype append=\"true\" name=\"Folder\">\n      <subtypes>\n        <type>EasyShareFolder</type>\n      </subtypes>\n    </doctype>\n    <doctype append=\"true\" name=\"Workspace\">\n      <subtypes>\n        <type>EasyShareFolder</type>\n      </subtypes>\n    </doctype>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.lifecycle.LifeCycleService--types",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.core.contrib/Contributions/org.nuxeo.easyshare.core.contrib--types",
              "id": "org.nuxeo.easyshare.core.contrib--types",
              "registrationOrder": 3,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.lifecycle.LifeCycleService",
                "name": "org.nuxeo.ecm.core.lifecycle.LifeCycleService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"types\" target=\"org.nuxeo.ecm.core.lifecycle.LifeCycleService\">\n    <types>\n      <type name=\"EasyShareFolder\">default</type>\n    </types>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.security.SecurityService--permissionsVisibility",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.core.contrib/Contributions/org.nuxeo.easyshare.core.contrib--permissionsVisibility",
              "id": "org.nuxeo.easyshare.core.contrib--permissionsVisibility",
              "registrationOrder": 2,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.security.SecurityService",
                "name": "org.nuxeo.ecm.core.security.SecurityService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"permissionsVisibility\" target=\"org.nuxeo.ecm.core.security.SecurityService\">\n    <visibility type=\"EasyShareFolder\">\n      <item order=\"20\" show=\"true\">ReadCanCollect</item>\n    </visibility>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.core.contrib",
          "name": "org.nuxeo.easyshare.core.contrib",
          "requirements": [
            "org.nuxeo.ecm.core.CoreExtensions"
          ],
          "resolutionOrder": 202,
          "services": [],
          "startOrder": 83,
          "version": "2021.66.4",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<component name=\"org.nuxeo.easyshare.core.contrib\" version=\"1.0\">\n  <require>org.nuxeo.ecm.core.CoreExtensions</require>\n  <extension target=\"org.nuxeo.ecm.core.schema.TypeService\" point=\"schema\">\n    <schema name=\"easysharefolder\" prefix=\"eshare\"\n      src=\"data/schemas/easysharefolder.xsd\" />\n  </extension>\n  <extension target=\"org.nuxeo.ecm.core.schema.TypeService\" point=\"doctype\">\n    <doctype name=\"EasyShareFolder\" extends=\"Folder\">\n      <facet name=\"Collection\" />\n      <facet name=\"NotCollectionMember\" />\n      <schema name=\"dublincore\" />\n      <schema name=\"common\" />\n      <schema name=\"easysharefolder\" />\n      <schema name=\"uid\" />\n    </doctype>\n    <doctype name=\"Folder\" append=\"true\">\n      <subtypes>\n        <type>EasyShareFolder</type>\n      </subtypes>\n    </doctype>\n    <doctype name=\"Workspace\" append=\"true\">\n      <subtypes>\n        <type>EasyShareFolder</type>\n      </subtypes>\n    </doctype>\n  </extension>\n  <extension target=\"org.nuxeo.ecm.core.lifecycle.LifeCycleService\"\n    point=\"types\">\n    <types>\n      <type name=\"EasyShareFolder\">default</type>\n    </types>\n  </extension>\n  <extension target=\"org.nuxeo.ecm.core.security.SecurityService\"\n    point=\"permissionsVisibility\">\n    <visibility type=\"EasyShareFolder\">\n      <item show=\"true\" order=\"20\">ReadCanCollect</item>\n    </visibility>\n  </extension>\n</component>\n",
          "xmlFileName": "/OSGI-INF/easyshare-core-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.ec.notification.service.NotificationService--notifications",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.notification.contrib/Contributions/org.nuxeo.easyshare.notification.contrib--notifications",
              "id": "org.nuxeo.easyshare.notification.contrib--notifications",
              "registrationOrder": 1,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.ec.notification.service.NotificationService",
                "name": "org.nuxeo.ecm.platform.ec.notification.service.NotificationService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"notifications\" target=\"org.nuxeo.ecm.platform.ec.notification.service.NotificationService\">\n    <notification autoSubscribed=\"true\" availableIn=\"Workspace\" channel=\"email\" enabled=\"true\" name=\"easyShareDownload\" subject=\"EasyShare download notification\" subjectTemplate=\"easyShareDownloadSubject\" template=\"easyShareDownload\">\n      <event name=\"easyShareDownload\"/>\n    </notification>\n    <notification autoSubscribed=\"true\" availableIn=\"Workspace\" channel=\"email\" enabled=\"true\" name=\"easyShareExpired\" subject=\"EasyShare expired notification\" subjectTemplate=\"easyShareExpiredSubject\" template=\"easyShareExpired\">\n      <event name=\"easyShareExpired\"/>\n    </notification>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.ec.notification.service.NotificationService--templates",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.notification.contrib/Contributions/org.nuxeo.easyshare.notification.contrib--templates",
              "id": "org.nuxeo.easyshare.notification.contrib--templates",
              "registrationOrder": 1,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.ec.notification.service.NotificationService",
                "name": "org.nuxeo.ecm.platform.ec.notification.service.NotificationService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"templates\" target=\"org.nuxeo.ecm.platform.ec.notification.service.NotificationService\">\n    <template name=\"easyShareDownload\" src=\"templates/easyShareDownload.ftl\"/>\n    <template name=\"easyShareExpired\" src=\"templates/easyShareExpired.ftl\"/>\n    <template name=\"easyShareDownloadSubject\" src=\"templates/easyShareDownloadSubject.ftl\"/>\n    <template name=\"easyShareExpiredSubject\" src=\"templates/easyShareExpiredSubject.ftl\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.notification.contrib",
          "name": "org.nuxeo.easyshare.notification.contrib",
          "requirements": [],
          "resolutionOrder": 203,
          "services": [],
          "startOrder": 84,
          "version": "2021.66.4",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<component name=\"org.nuxeo.easyshare.notification.contrib\" version=\"1.0\">\n  <extension\n    target=\"org.nuxeo.ecm.platform.ec.notification.service.NotificationService\"\n    point=\"notifications\">\n    <notification name=\"easyShareDownload\" channel=\"email\"\n      enabled=\"true\" availableIn=\"Workspace\" autoSubscribed=\"true\"\n      template=\"easyShareDownload\" subject=\"EasyShare download notification\"\n      subjectTemplate=\"easyShareDownloadSubject\">\n      <event name=\"easyShareDownload\" />\n    </notification>\n    <notification name=\"easyShareExpired\" channel=\"email\"\n      enabled=\"true\" availableIn=\"Workspace\" autoSubscribed=\"true\"\n      template=\"easyShareExpired\"\n      subject=\"EasyShare expired notification\"\n      subjectTemplate=\"easyShareExpiredSubject\">\n      <event name=\"easyShareExpired\" />\n    </notification>\n  </extension>\n  <extension\n    target=\"org.nuxeo.ecm.platform.ec.notification.service.NotificationService\"\n    point=\"templates\">\n    <template name=\"easyShareDownload\" src=\"templates/easyShareDownload.ftl\" />\n    <template name=\"easyShareExpired\" src=\"templates/easyShareExpired.ftl\" />\n    <template name=\"easyShareDownloadSubject\"\n      src=\"templates/easyShareDownloadSubject.ftl\" />\n    <template name=\"easyShareExpiredSubject\"\n      src=\"templates/easyShareExpiredSubject.ftl\" />\n  </extension>\n</component>\n",
          "xmlFileName": "/OSGI-INF/easyshare-notification-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.types.TypeService--types",
              "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.type.contrib/Contributions/org.nuxeo.easyshare.type.contrib--types",
              "id": "org.nuxeo.easyshare.type.contrib--types",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.types.TypeService",
                "name": "org.nuxeo.ecm.platform.types.TypeService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"types\" target=\"org.nuxeo.ecm.platform.types.TypeService\">\n    <type id=\"EasyShareFolder\">\n      <label>EasyShareFolder</label>\n      <category>Collaborative</category>\n      <icon>/img/easyshare.png</icon>\n      <bigIcon>/img/easyshare_100.png</bigIcon>\n      <description>EasyShareFolder.description</description>\n      <default-view>view_documents</default-view>\n    </type>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core/org.nuxeo.easyshare.type.contrib",
          "name": "org.nuxeo.easyshare.type.contrib",
          "requirements": [],
          "resolutionOrder": 204,
          "services": [],
          "startOrder": 85,
          "version": "2021.66.4",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<component name=\"org.nuxeo.easyshare.type.contrib\" version=\"1.0\">\n  <extension target=\"org.nuxeo.ecm.platform.types.TypeService\" point=\"types\">\n    <type id=\"EasyShareFolder\">\n      <label>EasyShareFolder</label>\n      <category>Collaborative</category>\n      <icon>/img/easyshare.png</icon>\n      <bigIcon>/img/easyshare_100.png</bigIcon>\n      <description>EasyShareFolder.description</description>\n      <default-view>view_documents</default-view>\n    </type>\n  </extension>\n</component>\n",
          "xmlFileName": "/OSGI-INF/easyshare-type-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-easyshare-core-2021.66.4.jar",
      "groupId": "org.nuxeo.ecm",
      "hierarchyPath": "/grp:org.nuxeo.ecm/nuxeo-easyshare-core",
      "id": "nuxeo-easyshare-core",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.25\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 1.0.0\r\nNuxeo-WebModule: org.nuxeo.ecm.webengine.app.WebEngineModule;name=easy\r\n share;package=org/nuxeo/easyshare\r\nBundle-Vendor: Nuxeo\r\nBundle-ActivationPolicy: lazy\r\nBundle-ClassPath: .\r\nBundle-Name: nuxeo-easyshare-core\r\nNuxeo-Component: OSGI-INF/easyshare-contrib.xml,OSGI-INF/easyshare-cor\r\n e-contrib.xml,OSGI-INF/easyshare-notification-contrib.xml,OSGI-INF/ea\r\n syshare-type-contrib.xml\r\nBundle-SymbolicName: nuxeo-easyshare-core\r\nBundle-RequiredExecutionEnvironment: JavaSE-1.7\r\nNuxeo-AllowOverride: true\r\n\r\n",
      "maxResolutionOrder": 204,
      "minResolutionOrder": 201,
      "packages": [
        "easyshare"
      ],
      "requirements": [],
      "version": "2021.66.4"
    }
  ],
  "creationDate": 1738059524582,
  "key": "Nuxeo Platform-2021.66",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "nuxeo-easyshare-core"
      ],
      "conflicts": [],
      "dependencies": [],
      "hierarchyPath": "/easyshare-2021.66.4",
      "id": "easyshare-2021.66.4",
      "name": "easyshare",
      "optionalDependencies": [],
      "packageType": "addon",
      "title": "EasyShare",
      "version": "2021.66.4"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1738059524582,
  "version": "2021.66"
}